.home-page {
  color: #2f2621;
  overflow-x: clip;
}

.home-page .LISTnavigationMAIN {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 30;
  width: fit-content;
  max-width: calc(100% - 24px);
}

.home-page p,
.home-page h2,
.home-page h3 {
  width: auto;
  margin: 0;
  text-align: left;
}

.landing-hero {
  position: relative;

  padding: 0.2rem 2.2vw 2.8rem;
  overflow: clip;
}

.hero-stage {
  position: relative;
  width: min(100%, calc(100vw - 4.4vw));
  margin: 0 auto;
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 36px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-page .STARTvideo {
  width: 100%;
  height: min(86svh, 920px);
  margin: 0;
  border-radius: 36px;
  object-fit: cover;
  box-shadow: 0 30px 70px rgba(121, 98, 83, 0.16);
  display: block;
}

.glass-panel,
.media-shell {
  position: relative;
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(117, 93, 77, 0.12);
  box-shadow: 0 12px 28px rgba(121, 98, 83, 0.08);
}

.hero-card {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  width: min(30rem, 34vw);
  padding: 24px 24px 28px;
  border-radius: 30px;
  z-index: 2;
}

.hero-stage__label {
  position: absolute;
  left: 2rem;
  top: 2rem;
  padding: 14px 18px;
  border-radius: 999px;
  z-index: 2;
}

.hero-stage__label .eyebrow {
  margin-bottom: 0;
}

.hero-card__text {
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
  line-height: 1.7;
  color: #6f6158;
}

.eyebrow,
.mini-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: #a07f69;
}

.eyebrow {
  margin-bottom: 18px;
}

.hero-note {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: grid;
  gap: 8px;
  min-width: 200px;
  padding: 16px 18px;
  border-radius: 24px;
  color: #6f6158;
  z-index: 2;
}

.landing-hero .SAS {
  top: 49.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: min(92vw, 1200px);
  text-align: center;
  justify-content: center;
}

.hero-note span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}

.home-creative {
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 80px;
}

.section-shell {
  position: relative;
  margin-bottom: 120px;
}

.editorial-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 34px 48px;
  align-items: start;
  padding-top: 24px;
}

.intro-copy {
  max-width: 38rem;
  padding: 22px 0 0 4vw;
}

.display-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5.2vw, 5.8rem);
  line-height: 0.95;
  font-weight: 500;
  margin-bottom: 28px;
}

.body-copy {
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.9;
  color: #6f6158;
}

.home-page .Hochzeitsfilm {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0 0;
  min-width: 0;
  padding: 12px 18px;
  border-radius: 999px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(117, 93, 77, 0.14);
  box-shadow: 0 12px 26px rgba(128, 102, 82, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  backdrop-filter: blur(22px) saturate(160%);
}

.home-page .Hochzeitsfilm a {
  position: relative;
  display: inline-block;
  min-width: 370px;
  padding: 10px 42px;
  border-radius: 999px;
  color: #2f2621;
  text-decoration: none;
  font-size: clamp(24px, 5vw, 48px);
  transition: all 0.4s ease;
  z-index: 1;
}

.home-page .Hochzeitsfilm a::after {
  content: attr(data-hover);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  pointer-events: none;
  color: #b78b63;
  font-size: clamp(16px, 3.2vw, 28px);
  white-space: nowrap;
  transition: all 0.4s ease;
  text-shadow: 0 0 15px rgba(193, 148, 108, 0.25);
}

.home-page .Hochzeitsfilm:hover a,
.home-page .Hochzeitsfilm.hover-show a {
  color: rgba(47, 38, 33, 0.18);
  transform: scale(0.95);
}

.home-page .Hochzeitsfilm:hover a::after,
.home-page .Hochzeitsfilm.hover-show a::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(2);
}

.featured-video {
  width: 100%;
  overflow: hidden;
  border-radius: 34px;
  width: min(100%, 760px);
  justify-self: end;
  margin-top: 46px;
}

.featured-video video {
  width: 100%;
 /* aspect-ratio: 16 / 10; */
  object-fit: cover;
  display: block;
}

.intro-side-note {
  width: min(28rem, 100%);
  padding: 20px 22px;
  border-radius: 24px;
  margin-left: 132%;
}

.intro-side-note p:last-child {
  color: #6f6158;
  line-height: 1.8;
}

.mini-label {
  margin-bottom: 12px;
}

.story-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  grid-template-areas: "video copy";
  gap: 28px;
  align-items: start;
}

.mosaic-copy {
  grid-area: copy;
  align-self: center;
  padding: 0 0 0 4vw;
  max-width: 30rem;
}

.section-title-home {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 3.7vw, 4rem);
  line-height: 1.02;
  font-weight: 500;
  margin-bottom: 22px;
}

.mosaic-video {
  grid-area: video;
  border-radius: 38px;
  overflow: hidden;
  width: min(100%, 920px);
  justify-self: start;
  margin-top: 28px;
}

.mosaic-video video {
  width: 100%;
  /* aspect-ratio: 16 / 10; */
  object-fit: cover;
  display: block;
}

.cinema-break {
  width: min(52rem, calc(100% - 48px));
  margin: 120px auto;
  padding: 34px 36px;
  border-top: 1px solid rgba(117, 93, 77, 0.12);
  border-bottom: 1px solid rgba(117, 93, 77, 0.12);
}

.cinema-break p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.25;
  text-align: center;
}

.floating-frames {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.06fr);
  gap: 24px 32px;
  align-items: center;
}

.frame-text {
  align-self: start;
  width: min(28rem, 100%);
  padding: 4px 0 0;
  margin-left: 1vw;
}

.frame-text h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  font-weight: 500;
  margin-bottom: 16px;
}

.frame-text .mini-label {
  margin-bottom: 14px;
}

.frame-text p:last-child {
  color: #6f6158;
  line-height: 1.82;
  max-width: 29rem;
}

.frame-large {
  overflow: hidden;
}

.frame-large {
  border-radius: 36px;
  width: min(100%, 920px);
  justify-self: end;
  margin-top: 18px;
}

.frame-large video {
  width: 100%;
  /* aspect-ratio: 16 / 10; */
  object-fit: cover;
  display: block;
}

.closing-cta {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  padding: 12px 4vw 0;
}

.closing-copy {
  max-width: 42rem;
}

.closing-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: #2f2621;
  color: #fff8f3;
  border: 1px solid #2f2621;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.cta-pill--ghost {
  background: rgba(255, 255, 255, 0.54);
  color: #5f5045;
  border-color: rgba(117, 93, 77, 0.14);
}

.cta-pill:hover {
  transform: translateY(-2px);
}

.media-shell img,
.media-shell video {
  transform-origin: center center;
}

.plain-media {
  transform: none !important;
}

.reveal-block {
  will-change: transform, opacity;
}

@media (max-width: 1180px) {
  .home-creative {
    width: min(100%, calc(100% - 32px));
  }

  .landing-hero {
    /* min-height: 100svh; */
    padding-top: 2rem;
  }

  .hero-stage {
    width: min(100%, calc(100vw - 32px));
    margin-top: 1.4rem;
  }

  .home-page .STARTvideo {
    height: 74svh;
  }

  .hero-card {
    width: min(28rem, 42vw);
  }

  .editorial-intro,
  .story-mosaic,
  .floating-frames,
  .closing-cta {
    grid-template-columns: 1fr;
    display: grid;
    grid-template-areas: none !important;
  }

  .intro-copy,
  .mosaic-copy,
  .mosaic-video,
  .frame-text,
  .frame-large,
  .closing-copy {
    grid-area: auto !important;
    padding-left: 0;
    margin-left: 0;
  }

  .intro-side-note {
    margin-left: 0;
  }

  .featured-video,
  .mosaic-video,
  .frame-large {
    justify-self: start;
    width: min(100%, 1000px);
  }
}

@media (max-width: 820px) {
  .home-page .LISTnavigationMAIN {
    width: min(640px, calc(100% - 16px));
    max-width: none;
    gap: 3px;
    padding: 6px;
    border-radius: 26px;
  }

  .home-page #navigationMAIN {
    font-size: clamp(0.54rem, 2.2vw, 0.8rem);
    padding: 8px 4px;
    letter-spacing: 0.05em;
  }

  .landing-hero {
    min-height: auto;
    padding: 5.9rem 16px 2.4rem;
  }

  .hero-stage {
    width: 100%;
    border-radius: 28px;
    margin-top: -2rem;
  }

  .home-page .STARTvideo {
    width: 100%;
    height: 54svh;
    min-height: 420px;
    border-radius: 28px;
  }

  .home-page .SAS {
    mix-blend-mode: normal;
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  }

  .home-page .landing-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.22) 50%, rgba(0, 0, 0, 0.30) 100%);
    pointer-events: none;
  }

  .hero-card,
  .hero-note {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .hero-stage__label {
    left: 14px;
    top: 14px;
    padding: 12px 14px;
  }

  .hero-card,
  .hero-note {
    width: 100%;
    margin-top: 16px;
  }

  .intro-side-note {
    width: 100%;
  }

  .landing-hero .SAS {
    top: 50%;
    width: calc(100% - 32px);
    font-size: clamp(3rem, 12vw, 5.6rem);
    letter-spacing: 0.06em;
  }

  .section-shell {
    margin-bottom: 86px;
  }

  .story-mosaic {
    grid-template-columns: 1fr;
    grid-template-areas: none !important;
    gap: 18px;
    align-items: auto;
  }

  .mosaic-video,
  .mosaic-copy {
    grid-area: auto !important;
  }

  .mosaic-copy {
    padding-left: 0;
    margin-left: 0;
    max-width: none;
    align-self: auto;
  }

  .mosaic-video,
  .featured-video,
  .frame-large {
    width: 100%;
  }

  .closing-links {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .home-page .LISTnavigationMAIN {
    width: calc(100% - 14px);
    max-width: none;
    gap: 2px;
    padding: 5px;
    top: 8px;
  }

  .home-page #navigationMAIN {
    font-size: clamp(0.5rem, 2.6vw, 0.68rem);
    padding: 6px 2px;
    letter-spacing: 0.04em;
  }

  .story-mosaic {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    gap: 18px;
  }

  .mosaic-copy {
    padding-left: 0;
    margin-left: 0;
    max-width: none;
  }

  .floating-frames {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .frame-text {
    margin-left: 0;
    width: 100%;
  }

  .home-creative {
    width: min(100%, calc(100% - 20px));
  }

  .display-title {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .section-title-home {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  .hero-card {
    padding: 18px 18px 20px;
    border-radius: 22px;
  }

  .landing-hero .SAS {
    top: 50%;
    width: calc(100% - 24px);
    font-size: clamp(2.5rem, 13vw, 4.2rem);
    letter-spacing: 0.05em;
  }

  .home-page .STARTvideo {
    height: 48svh;
    min-height: 320px;
  }

  .hero-card__text {
    font-size: 0.94rem;
  }

  .hero-note {
    display: none;
  }

  .hero-card__text,
  .body-copy,
  .frame-text p:last-child,
  .intro-side-note p:last-child {
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .hero-note {
    min-width: 0;
  }

  .home-page .Hochzeitsfilm {
    width: 100%;
    max-width: 100%;
  }

  .home-page .Hochzeitsfilm a {
    width: 100%;
    min-width: 0;
    text-align: center;
    font-size: clamp(1.1rem, 7vw, 1.6rem);
    padding: 10px 18px;
  }

  .cinema-break {
    width: calc(100% - 12px);
    padding: 24px 18px;
    margin: 84px auto;
  }

  .closing-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cta-pill {
    width: 100%;
  }
}
